home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1999 March
/
EnigmA AMIGA RUN 35 (1999)(G.R. Edizioni)(IT)[!][issue 1999-03].iso
/
earcd
/
devel
/
libx11
/
include
/
xm
/
bulletinb.h
< prev
next >
Wrap
C/C++ Source or Header
|
1999-01-01
|
2KB
|
62 lines
/*
* (c) Copyright 1989, 1990, 1991, 1992 OPEN SOFTWARE FOUNDATION, INC.
* ALL RIGHTS RESERVED
*/
/* $RCSfile: BulletinB.h,v $ $Revision: 1.10 $ $Date: 92/05/14 12:48:07 $ */
/*
* (c) Copyright 1989, DIGITAL EQUIPMENT CORPORATION, MAYNARD, MASS. */
/*
* (c) Copyright 1987, 1988, 1989, 1990, 1991, 1992 HEWLETT-PACKARD COMPANY */
#ifndef _XmBulletinBoard_h
#define _XmBulletinBoard_h
#include <Xm/Xm.h>
#ifdef __cplusplus
extern "C" {
#endif
/* Class record constants */
externalref WidgetClass xmBulletinBoardWidgetClass;
typedef struct _XmBulletinBoardClassRec * XmBulletinBoardWidgetClass;
typedef struct _XmBulletinBoardRec * XmBulletinBoardWidget;
#ifndef XmIsBulletinBoard
#define XmIsBulletinBoard(w) (XtIsSubclass (w, xmBulletinBoardWidgetClass))
#endif
/******** Public Function Declarations ********/
#ifdef _NO_PROTO
extern Widget XmCreateBulletinBoard() ;
extern Widget XmCreateBulletinBoardDialog() ;
#else
extern Widget XmCreateBulletinBoard(
Widget p,
String name,
ArgList args,
Cardinal n) ;
extern Widget XmCreateBulletinBoardDialog(
Widget ds_p,
String name,
ArgList bb_args,
Cardinal bb_n) ;
#endif /* _NO_PROTO */
/******** End Public Function Declarations ********/
#ifdef __cplusplus
} /* Close scope of 'extern "C"' declaration which encloses file. */
#endif
#endif /* _XmBulletinBoard_h */
/* DON'T ADD ANYTHING AFTER THIS #endif */